FreeCAD 路径工作台工作流程以以下方式创建机器指令:
路径工作台生成 G 代码,定义了在目标中铣削由 3D 模型表示的项目所需要的路径—在 路径作业操作 FreeCAD G 代码方言,然后通过选择合适的后处理器, 将其转换为目标数控控制器的相应方言。
G 代码是从路径作业中包含的指令和操作生成的。 作业工作流按将执行的顺序列出这些任务。通过添加路径操作、路径装饰、路径部分命令和路径修改—从路径菜单或 GUI 按钮。
The G-code is generated from directives and Operations contained in a CAM Job. The Job Workflow lists these in the order they will be executed. The list is populated by adding CAM Operations, Path Dressups, Supplemental Commands, and Path Modifications from the CAM Menu, or GUI buttons.
路径工作台提供了一个工具管理器(库,工具表),和 G 代码检查,和模拟工具。它链接到后处理器,和允许导入和导出工作模板。
路径工作台有一个外部依赖:
Some current limitations of which you should be aware are:
Unit handling in CAM can be confusing. There are several points to understand:
Schemas:
Output:
CAM Inspection:
Some commands are experimental and not available by default. To enable them see CAM experimental.
Manage tools, bits, and the Tool Library. Based on the ToolBit architecture.
路径工作台与其它 CAM 软件包共享很多概念但是它有自己的特性。如果有什么不对劲的地方, 这可能是一个很好的开始。
See CAM scripting.